Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
QuickDraw 3D Routines / Initializing and Terminating QuickDraw 3D


Q3Exit

You should call the Q3Exit function to close your application's connection to QuickDraw 3D.

TQ3Status Q3Exit (void);
DESCRIPTION
The Q3Exit function closes your application's connection to QuickDraw 3D and deallocates any memory used by that connection. You should call Q3Exit when your application is finished using QuickDraw 3D routines. After calling Q3Exit, you should not call any QuickDraw 3D routines other than Q3Initialize, Q3IsInitialized, or the error-reporting routines provided by the Error Manager. Calling Q3Exit more than once results in a warning being posted but is otherwise acceptable.

ERRORS
kQ3ErrorMemoryLeak


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996